home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Haight-Ashbury in the Sixties
/
Haight-Ashbury in the Sixties (1996)(Rockument)(Disc 1 of 2)[Mac-PC].iso
/
mac
/
MAIN
/
TUNEIN
/
TURNON
/
SHARED.DIR
/
00538_Script_538
< prev
next >
Wrap
Text File
|
1995-05-31
|
386b
|
20 lines
on mouseDown
global AutoPlayMode
If AutoPlayMode = "OFF" then
beep
Set AutoPlayMode = "ON"
set the puppet of sprite 40 = true
set the castnum of sprite 40 = 542
updatestage
else
beep
beep
Set AutoPlayMode = "OFF"
set the puppet of sprite 40 = false
set the castnum of sprite 40 = 539
updatestage
end if
end